home *** CD-ROM | disk | FTP | other *** search
- OVER, version 2.03, Copyright (c) 1986, David H. W. Chong, All rights reserved.
-
- NAME
- over - advanced "CHDIR" utility.
-
- SYNOPSIS
- over [d:][start_node]directory_name
-
- d: is a valid drive id. If not specified, the current logged
- drive is assumed.
-
- start_node is any root-level sub-directory entry. If not specified,
- the search begins at the root. This option is useful if
- there are more than one directory with the same name.
- When specified, the search begins at the specified node
- and searches only sub-directories of that node.
-
- directory_name is the name of any valid sub-directory. If the name
- is not found or invalid, the current directory is
- unchanged.
-
- OVER changes the current directory to the directory_name specified.
- The directory_name may be any valid directory at any level. Unlike DOS's
- "CHDIR" command, OVER does not require the full path specification.
-
- +-dir1
- |
- +-dirA-+-dir2
- | |
- | +-dir3
- |
- | +-dir4
- | |
- d:-+-dirB-+-dir5
- | |
- | +-dir6
- |
- | +-dir7-+-dirX
- | | |
- +-dirC-+-dir8 +-dir3
- |
- +-dir9
-
- Assuming your current logged drive is d:, "over dir3" will change
- the current directory to first occurance of "dir3", which is
- "d:\dirA\dir3" in the figure above. If you want "d:\dirC\dir1\dir3"
- instead, then the starting_node must be specified,
- i.e. "over \dirC\dir3".
-
- If your current logged drive is c:, and the directory you want is
- not on the current logged drive, then the drive id must also be
- specified. For example, "over d:dir4" will change the current
- drive and directory to "d:\dirB\dir4".
-
- CONTRIBUTION
- You are encouraged to copy and share this program with other users,
- on the conditions that the program is not distributed in modified form,
- that no fee or consideration is charged, and that this accompanying
- documentation is not bypassed or removed. If you find this program useful
- you can send a check for $10.00 payable to :
-
- CHONG HON WAI
- Block 629, Bedok Reservoir Road
- #11-1654
- Singapore 1647
- REPUBLIC OF SINGAPORE.
-
- DISCLAIMER
- The author has taken due care in ensuring that the program operates
- as described. The author however makes no expressed or implied warranty
- of any kind with regard to this program. Under no circumstances shall the
- author be liable for incidental or consequential damages arising from the
- use or inability to use of this program.